home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / dh10.arc / READ.ME < prev   
Text File  |  1991-05-12  |  10KB  |  263 lines

  1. The Desktop Helper
  2. Copyright (C) 1991 Robert E. Alleger
  3. All rights reserved.
  4.  
  5. Robert E. Alleger
  6. 317 Monroe Avenue
  7. Edgewater Park, NJ 08010
  8.  
  9. CompuServe EMAIL-  70240,264
  10.  
  11.  
  12.  
  13. The Desktop Helper is a Windows 3.0 Desktop utility that provides
  14. capabilities missing from Microsoft's Program Manager while also
  15. providing the more important capabilities of the Task Manager.  The
  16. features include:
  17.  
  18.         - Convenient pop-up menu at the click of a button.
  19.  
  20.         - Pop-up menu available from any window.
  21.  
  22.         - Configurable launch list of frequently executed programs.
  23.  
  24.         - Switch to or terminate a task, even if the task is not
  25.           currently visible (ie. hidden by other windows).
  26.  
  27.         - Arrange Desktop windows and ICONs.
  28.  
  29.         - Able to exit Windows without being queried about saving
  30.           Desktop changes.
  31.  
  32.         - Pop-up file selector browser to choose a file to run.
  33.  
  34.         - No useless ICON to clutter up the Desktop.
  35.  
  36.         - Small memory usage- occupies less than 17K of memory (code,
  37.           data, and stack) when not in use.  When activated, small
  38.           (less than 4K) segments of program code are loaded into
  39.           memory.  When finished performing a task, Windows is free to
  40.           remove these extra segments if the memory space is needed by
  41.           other applications.
  42.  
  43.  
  44. The contents of this package are:
  45.  
  46.         READ.ME    -the file you are currently reading
  47.         DH.WRI     -installation & use documentation (view with WRITE)
  48.         DH.INI     -initialization file
  49.         DH.EXE     -The Desktop Helper program
  50.         DHHOOK.DLL -Dynamic Link Library used by DH.EXE
  51.  
  52.  
  53. The Desktop Helper is distributed as shareware.  The Desktop Helper
  54. may be freely copied and distributed for evaluation as long as the
  55. following rules are followed:
  56.  
  57.         1.  The program and the documentation (READ.ME and DH.WRI) are
  58.             not modified in any way, shape, or form.
  59.  
  60.         2.  A copy of READ.ME, DH.WRI, DH.INI, and DH.EXE are provided
  61.             with each copy of the program.
  62.  
  63.         3.  No charge, other than a media and handling charge (not to
  64.             exceed $5.00), is made.
  65.  
  66.         4.  A user may use the program for thirty days before paying the
  67.             registration fee.  If the program is used after the thirty-
  68.             day evaluation period, an obligation to register and pay
  69.             the registration fee is incurred.
  70.  
  71.             If at the end of this trial period you do not feel that
  72.             this program is worth the registration fee then you are
  73.             obligated to discontinue the usage of The Desktop Helper.
  74.  
  75. The registration fee for The Desktop Helper is $15 (U.S. Dollars).
  76. Payment of this fee entitles you to technical support via mail (EMAIL
  77. or U.S. postal) and encourages the author to add new features.  You
  78. will receive a registration number valid for any version 1.x of The
  79. Desktop Helper.  See the DH.WRI file for further details and a mail-in
  80. registration form.
  81.  
  82. Please support the Shareware concept.  Register your copy.
  83.  
  84.  
  85.  
  86. *****************************
  87. * Current Bugs/Restrictions *
  88. *****************************
  89.  
  90. 1.  No known bugs.
  91.  
  92. 2.  The Desktop Helper win only work properly in Windows 3.0 and above
  93.     environments.  This is because DH makes use of support only available
  94.     in this environment, such as- floating menus, multi-level menus,
  95.     proportional fonts in all dialog boxes, etc.
  96.  
  97.  
  98.  
  99. **********************
  100. * History of Changes *
  101. **********************
  102.  
  103. Most of the following changes have been suggested by users of The
  104. Desktop Helper.  I believe in giving credit to those who have taken
  105. the time to pass along their suggestions.
  106.  
  107.  
  108.  
  109. ---Version 1.0---
  110. 1.  Public Release.
  111.     
  112.     Version 0.9 was released only to beta testers.
  113.  
  114.  
  115. ---Version 0.9---
  116. 1.  Increased the maximum number of characters per menu item from sixteen
  117.     to thirty-two.
  118.  
  119.     First suggested by Tom Clark.  Thanks.
  120.  
  121. 2.  The "Registration" dialog box allowed you to type more characters on
  122.     each line then was acceptable.  The User Name is limited to twenty-
  123.     five characters and the License Number is limited to six characters.
  124.     It was possible to exceed both limits.
  125.  
  126. 3.  Added additional Task Manager functionality- a multi-level "Windows"
  127.     menu with the usual "Cascade", "Tile", and "Arrange ICONs".  These
  128.     menus will arrange all desktop windows and ICONs.  They will not
  129.     arrange child MDI windows and ICONs.
  130.  
  131.     First hinted at by Alan Mandler.  Thanks.
  132.  
  133. 4.  Added a "Preferences" dialog box.  This dialog will allow you to
  134.     choose left, right, or middle mouse button activation.  If you
  135.     choose the right or middle buttons then it is not necessary to
  136.     hold down the Control key when clicking in the non-client area of
  137.     a window.  The other benefit is that you do not have to hold the
  138.     button down- the menu won't disappear like it does when the left
  139.     button is used.
  140.  
  141.     Also, note that if you select the middle button and your Windows
  142.     mouse driver is not capable of supporting this button then you will
  143.     not be able to activate DH.  You must manually edit
  144.     DH.INI, change the "Button=3" entry in the "[Preferences]" section
  145.     back to "Button=1" (left button) or "Button=2" (right button), and
  146.     restart Windows.
  147.  
  148.     First suggested by Alan Mandler and Jim Freeman.  Thanks.
  149.  
  150. 5.  Rearranged the components of the "Run" dialog box to allow for a
  151.     longer list of directories and a larger path.
  152.  
  153. 6.  Renamed the "Exit" menu item to "Close" so as not to be confused
  154.     with the new "Exit Windows" menu item.
  155.  
  156. 7.  Added an "Exit Windows" menu item.  This will terminate Windows
  157.     without asking whether you want to save your Desktop changes.
  158.  
  159.     First suggested by Antonio R. Dias.
  160.  
  161. 8.  DH can now be used as your primary shell program.  DH will display
  162.     a minimal shell (title bar with System menu).  Just
  163.     change the "shell" entry in system.ini to run dh.exe.  DH.exe and
  164.     DHHOOK.DLL must both be located in your Windows directory.
  165.  
  166.     The only other catch is that if your are running ATM (and possibly
  167.     some other software, but who knows?...) any other programs in your
  168.     "load=" or "run=" lines in win.ini will not auto start.  They must
  169.     be started manually.  This is a restriction at the moment.  This
  170.     problem will be solved in a future release.
  171.  
  172.     First suggested by Brent Ingraham.  Thanks.
  173.  
  174. 9.  The "Run" dialog box now contains radio buttons that dictate what
  175.     the default file name will be.
  176.  
  177.     First suggested by Ermine Todd III.
  178.  
  179. 10. Try to find the hidden dedication display in the "About" dialog box.
  180.  
  181.  
  182. ---Version 0.8---
  183. 1.  Public Release.
  184.     
  185.     Version 0.7 was released only to beta testers.
  186.  
  187.  
  188. ---Version 0.7---
  189. 1.  There is now an alternate, more convenient way to activate The
  190.     Desktop Helper.  Hold down the <Control> key while pressing the
  191.     left mouse button on top of any non-client area of any window.
  192.     Suitable non-client areas of a window are the title bar, a blank
  193.     portion of the menu bar, scroll bars, ICONs, etc.
  194.  
  195.     This method is superior to the "hot keys" method of activation
  196.     that some other launching utilities use.  Who wants to change
  197.     the hot key used when ever you install a new application/utility
  198.     that happens to use the same hot key?  It is also better than
  199.     appending entries to the System Menu because the System Menu
  200.     is not always available in every window, such as some dialog
  201.     boxes.
  202.  
  203.     First suggested by Jim D'Agostino.  Thanks.
  204.  
  205. 2.  In order to allow more space for user added programs, the "Launch",
  206.     "Task", "Run", "About", and "Exit" menu items have been collapsed
  207.     into one menu item called "Desktop Helper".
  208.  
  209.     First suggested by Jim Freeman.  Thanks.
  210.  
  211. 3.  The maximum number of possible items that can be added to the
  212.     pop-up menu has been increased from thirty-two to forty-eight
  213.     (actual mileage will vary with vertical screen resolution).
  214.  
  215. 4.  You can now add your own separator bars to the pop-up menu by
  216.     placing the following line at the appropriate positions in the
  217.     DH.INI file:
  218.  
  219.         (SEPARATOR)=
  220.  
  221.     Note that the above line must be typed exactly as stated.
  222.  
  223.     Also, note that a separator counts as one of the forty-eight possible
  224.     menu items.
  225.  
  226.     First suggested by Brent Ingraham.  Thanks.
  227.  
  228. 5.  Windows caches all .INI files.  It was possible to exit The Desktop
  229.     Helper, edit DH.INI, and restart DH.EXE and not have the changes
  230.     reflected in the pop-up menu.  This problem has now been corrected.
  231.  
  232. 6.  The "Run" dialog box now contains the prompt for optional command
  233.     line parameters and the "Run minimized" check box.  These two items
  234.     used to be in a separate dialog box that popped up after the main
  235.     file selection box.  This extra dialog box was a mild annoyance.
  236.  
  237. 7.  It is now possible to have a program located on the launch menu to
  238.     prompt for command line parameters.  This is done by placing a
  239.     question mark as the very first character in front of the program
  240.     name.  For example, to prompt for command line input when selecting
  241.     the Write program the entry in DH.INI should look like this:
  242.  
  243.         Write=?write.exe
  244.  
  245. 8.  The "About" dialog box now contains a button to allow you to
  246.     register your copy of The Desktop Helper.  A registration number
  247.     will be provided when you submit your registration fee.  A valid
  248.     registration number will be necessary in the future to unlock
  249.     additional functionality.
  250.  
  251.  
  252. ---Version 0.6---
  253. 1.  It was possible for Windows to crash when selecting a program to
  254.     launch from the pop-up menu if Windows was running in Real or
  255.     Standard mode.
  256.  
  257. 2.  If the Windows Debugging Kernel was running, The Desktop Helper
  258.     would cause a problem to be reported.
  259.  
  260.  
  261. ---Version 0.5---
  262. 1.  First general release to the public.
  263.